From bce79d6f9804897cef40c7e42f9b9cbe87b8a3f1 Mon Sep 17 00:00:00 2001 From: "iap10@labyrinth.cl.cam.ac.uk" Date: Sat, 22 Jan 2005 21:45:39 +0000 Subject: [PATCH] bitkeeper revision 1.1159.223.22 (41f2c983tNSS8-VlWIzF9A78zTQx-w) Description: add force-reload option Debian policy requires init scripts to implement force-reload. So, alias that to restart. From: Adam Heath Signed-off-by: ian.pratt@cl.cam.ac.uk --- tools/examples/init.d/xend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/examples/init.d/xend b/tools/examples/init.d/xend index 39324c7930..fc94c17dd2 100755 --- a/tools/examples/init.d/xend +++ b/tools/examples/init.d/xend @@ -32,14 +32,14 @@ case "$1" in status) xend status ;; - restart|reload) + restart|reload|force-reload) xend restart await_daemons_up ;; *) # do not advertise unreasonable commands that there is no reason # to use with this device - echo $"Usage: $0 {start|stop|status|restart|reload}" + echo $"Usage: $0 {start|stop|status|restart|reload|force-reload}" exit 1 esac -- 2.30.2